Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/r/e/reprep-2.2/src/reprep/tests/test_idioms.py reprep(Download)
[['Andrea', 'Censi'], ['a', 'b']], ['Name', 'Last'], ) self.node_serialization_ok(table) def testTable2(self): data = numpy.zeros((2, 2)) table = Table('mytable', data) self.node_serialization_ok(table)
def testTable3(self): dtype = numpy.dtype([('field1', 'int32'), ('field2', 'int32')]) data = numpy.zeros(shape=(5,), dtype=dtype) table = Table('mytable', data) self.node_serialization_ok(table)
f.sub('Tz', display='posneg') self.node_serialization_ok(report) def test_invalid_id(self):