]> granicus.if.org Git - python/commit
Return None to signal that the module the object was defined in was not found when...
authorBrett Cannon <bcannon@gmail.com>
Sun, 15 Jun 2003 22:33:28 +0000 (22:33 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 15 Jun 2003 22:33:28 +0000 (22:33 +0000)
commit4a671fe6341235fc4a06a9ed7d788394f54d3fea
tree92df16cf57189c606f1c2d5f120f4507983d11d8
parent424a41595166235fdefa33108cde3ea4341dace8
Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object.
Lib/inspect.py