Menu

[ee7d4c]: / binding / python / test / import.py  Maximize  Restore  History

Download this file

18 lines (14 with data), 290 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#!/usr/bin/env python
r'''
>>> import owlcpp
>>> id = owlcpp.Ns_id(0)
'''
def run(args=None):
if args is not None:
import sys
sys.argv = args
import doctest
return doctest.testmod(verbose=True)
if __name__ == '__main__':
import sys
sys.exit(run()[0])
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.