Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyca/cryptography
/ __dir__
Method
__dir__
src/cryptography/utils.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
delattr(self._module, attr)
86
87
def
__dir__(self) -> typing.Sequence[str]:
88
return
[
"_module"
] + dir(self._module)
89
90
91
def
deprecated(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected