MCPcopy Create free account
hub / github.com/python/cpython / _is_public

Method _is_public

Tools/c-analyzer/c_parser/info.py:1452–1456  ·  view source on GitHub ↗
(cls, decl)

Source from the content-addressed store, hash-verified

1450
1451 @classmethod
1452 def _is_public(cls, decl):
1453 # For .c files don't we need info from .h files to make this decision?
1454 # XXX Check for "extern".
1455 # For now we treat all decls a "private" (have filename set).
1456 return False
1457
1458 def __init__(self, decls):
1459 # (file, func, name) -> decl

Callers 1

_resolve_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected