Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cc778ebd62a5e256c6cf44b32f417658cce1751c
/
.
/
Mac
/
Modules
/
ctl
/
ctledit.py
blob: d8770122d8cebb22c8c7f34c76cc96d233ec62ec [
file
] [
log
] [
blame
]
as_resource_body
=
"""
return ResObj_New((Handle)_self->ob_itself);
"""
f
=
ManualGenerator
(
"as_Resource"
,
as_resource_body
)
f
.
docstring
=
lambda
:
"Return this Control as a Resource"
methods
.
append
(
f
)