Searched defs:getlineno (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ | ||
D | test_codecontext.py | 46 def getlineno(self, index): member in DummyEditwin |
D | test_sidebar.py | 34 def getlineno(self, index): member in Dummy_editwin |
/third_party/python/Lib/idlelib/ | ||
D | editor.py | 1043 def getlineno(self, mark="insert"): member in EditorWindow |
/third_party/python/Lib/ | ||
D | inspect.py | 1641 def getlineno(frame): function |