HomeSort by relevance Sort by last modified time
    Searched refs:clsm (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest2.py 100 def clsm(cls, val): member in class:C
104 >>> print C.clsm(22) # 18
106 >>> print C().clsm(23) # 19
  /external/python/cpython2/Lib/test/
test_doctest2.py 100 def clsm(cls, val): member in class:C
104 >>> print C.clsm(22) # 18
106 >>> print C().clsm(23) # 19
  /external/python/cpython3/Lib/test/
test_doctest2.py 99 def clsm(cls, val): member in class:C
103 >>> print(C.clsm(22)) # 18
105 >>> print(C().clsm(23)) # 19

Completed in 3273 milliseconds