Home
last modified time | relevance | path

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

/third_party/boost/libs/python/example/tutorial/
Dhello.py7 import hello_ext
8 print(hello_ext.greet())
DJamfile13 python-extension hello_ext : hello.cpp ;
15 run-test hello : hello_ext hello.py ;
Dhello.cpp15 BOOST_PYTHON_MODULE(hello_ext) in BOOST_PYTHON_MODULE() argument
/third_party/boost/libs/python/doc/
Dtutorial.qbk52 BOOST_PYTHON_MODULE(hello_ext)
63 >>> import hello_ext
64 >>> print hello_ext.greet()
180 Creating library /path-to-'''hello_ext'''.exp/