mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Whitespace normalization.
This commit is contained in:
parent
db3756dade
commit
478c10554b
5 changed files with 8 additions and 8 deletions
|
@ -325,7 +325,7 @@ def getfile(object):
|
|||
object = object.f_code
|
||||
if iscode(object):
|
||||
return object.co_filename
|
||||
raise TypeError('arg is not a module, class, method, '
|
||||
raise TypeError('arg is not a module, class, method, '
|
||||
'function, traceback, frame, or code object')
|
||||
|
||||
def getmoduleinfo(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue