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')
示例#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')
示例#8
0
 def fail():
     _vec_string(["a"], np.int_, "strip")
示例#9
0
 def fail():
     _vec_string([["abc", "def"]], np.int_, "find", (["a", "d", "j"], ))
示例#10
0
 def fail():
     _vec_string(["a"], "BOGUS", "strip")
示例#11
0
 def fail():
     _vec_string(["a"], "BOGUS", "strip")
示例#12
0
 def fail():
     _vec_string(["a"], np.string_, "strip", 1)
示例#13
0
 def fail():
     _vec_string(1, np.string_, "strip")
示例#14
0
 def fail():
     _vec_string("a", np.string_, "bogus")
 def fail():
     _vec_string(['a'], np.string_, 'strip', 1)
示例#16
0
 def fail():
     _vec_string("a", np.string_, "bogus")
 def fail():
     _vec_string(['a'], 'BOGUS', 'strip')
示例#18
0
 def fail():
     _vec_string(1, np.string_, "strip")
示例#19
0
 def fail():
     _vec_string(['a'], np.string_, 'strip', (1, ))
示例#20
0
 def fail():
     _vec_string(["a"], np.string_, "strip", 1)
示例#21
0
 def fail():
     _vec_string([['abc', 'def']], np.integer, 'find',
                 (['a', 'd', 'j'], ))
 def fail():
     _vec_string(['a'], np.integer, 'strip')
示例#23
0
 def fail():
     _vec_string(1, np.string_, 'strip')
示例#24
0
 def fail():
     _vec_string(["a"], np.integer, "strip")