Home
last modified time | relevance | path

Searched refs:A_classmethod (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpydocfodder.py103 def A_classmethod(cls, x): member in A_new
105 A_classmethod = classmethod(A_classmethod) variable in A_new