Home
last modified time | relevance | path

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

/third_party/boost/libs/python/example/quickstart/
Dtest_extending.py31 import doctest, test_extending
32 return doctest.testmod(test_extending, verbose=True)
DJamfile21 testing.make-test run-pyd : extending test_extending.py : : test_ext ;
/third_party/boost/libs/python/doc/
Dbuilding.qbk110 Python script called `test_extending.py`. You will also have
/third_party/python/Lib/test/
Dtest_enum.py1066 def test_extending(self): member in TestEnum