mirror of
https://github.com/python/cpython.git
synced 2025-10-11 09:23:31 +00:00
Give in to Timmy's Tedious Tab Theorem.
This commit is contained in:
parent
c457048744
commit
c8d36284f3
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ class TupleComp:
|
||||||
|
|
||||||
def func_strip_path(func_name):
|
def func_strip_path(func_name):
|
||||||
file, line, name = func_name
|
file, line, name = func_name
|
||||||
return os.path.basename(file), line, name
|
return os.path.basename(file), line, name
|
||||||
|
|
||||||
def func_get_function_name(func):
|
def func_get_function_name(func):
|
||||||
return func[2]
|
return func[2]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue