MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / is_namespace

Method is_namespace

Lib/symtable.py:207–218  ·  view source on GitHub ↗

Returns true if name binding introduces new namespace. If the name is used as the target of a function or class statement, this will be true. Note that a single name can be bound to multiple objects. If is_namespace() is true, the name may also be bound to other

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

symtable.pyFile · 0.80
symbols.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected