Home
last modified time | relevance | path

Searched refs:makeref (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_weakref.py324 def check_shared_without_callback(self, makeref): argument
326 p1 = makeref(o, None)
327 p2 = makeref(o, None)
330 p1 = makeref(o)
331 p2 = makeref(o, None)
334 p1 = makeref(o)
335 p2 = makeref(o)
338 p1 = makeref(o, None)
339 p2 = makeref(o)
809 def check_gc_during_creation(self, makeref): argument
[all …]
/third_party/python/Tools/scripts/
Dtexi2html.py683 self.makeref()
689 self.makeref()
694 self.makeref()
707 def makeref(self): member in TexinfoParser