def fail():
     _vec_string(1, np.string_, 'strip')
 def fail():
     _vec_string([['abc', 'def']], np.integer, 'find', (['a', 'd', 'j'],))
 def fail():
     _vec_string('a', np.string_, 'bogus')
 def fail():
     _vec_string('a', np.string_, 'bogus')
Example #5
0
 def fail():
     _vec_string([["abc", "def"]], np.integer, "find", (["a", "d", "j"],))
 def fail():
     _vec_string(['a'], 'BOGUS', 'strip')
 def fail():
     _vec_string(['a'], np.integer, 'strip')
Example #8
0
 def fail():
     _vec_string(["a"], np.int_, "strip")
Example #9
0
 def fail():
     _vec_string([["abc", "def"]], np.int_, "find", (["a", "d", "j"], ))
Example #10
0
 def fail():
     _vec_string(["a"], "BOGUS", "strip")
Example #11
0
 def fail():
     _vec_string(["a"], "BOGUS", "strip")
Example #12
0
 def fail():
     _vec_string(["a"], np.string_, "strip", 1)
Example #13
0
 def fail():
     _vec_string(1, np.string_, "strip")
Example #14
0
 def fail():
     _vec_string("a", np.string_, "bogus")
 def fail():
     _vec_string(['a'], np.string_, 'strip', 1)
Example #16
0
 def fail():
     _vec_string("a", np.string_, "bogus")
 def fail():
     _vec_string(['a'], 'BOGUS', 'strip')
Example #18
0
 def fail():
     _vec_string(1, np.string_, "strip")
 def fail():
     _vec_string(['a'], np.string_, 'strip', (1, ))
Example #20
0
 def fail():
     _vec_string(["a"], np.string_, "strip", 1)
 def fail():
     _vec_string([['abc', 'def']], np.integer, 'find',
                 (['a', 'd', 'j'], ))
 def fail():
     _vec_string(['a'], np.integer, 'strip')
 def fail():
     _vec_string(1, np.string_, 'strip')
Example #24
0
 def fail():
     _vec_string(["a"], np.integer, "strip")