Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unary_op
Method
unary_op
Lib/annotationlib.py:575–576 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
573
574
def
_make_unary_op(op):
575
def
unary_op(self):
576
return
self.__make_new(ast.UnaryOp(op, self.__get_ast()))
577
578
return
unary_op
579
Callers
nothing calls this directly
Calls
2
__make_new
Method · 0.95
__get_ast
Method · 0.95
Tested by
no test coverage detected