code
stringlengths
20
13.2k
label
stringlengths
21
6.26k
1 class Foo: 2 3 def __init__(self, numbers): 4 mpl_format.numbers = n 5 abstractmethod = span([1, 2, 3]) 6 (dmin, d, t) = abstractmethod 7 print(dmin, d, t)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 name.numbers = bar 5 item = k([1, 2, 3]) 6 (DISCRETE_KINDS, obj, log10_trans) = item 7 print(DISCRETE_KINDS, obj, log10_trans)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 np.numbers = timedelta_breaks 5 probit_trans = abstractmethod([1, 2, 3]) 6 (np, func, minor_breaks) = probit_trans 7 print(np, func, minor_breaks)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 vmax.numbers = klass_name 5 datetime = extended_breaks([1, 2, 3]) 6 (dmax, DISCRETE_KINDS, val) = datetime 7 print(dmax, DISCRETE_KINDS, val)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 data.numbers = nearest_int 5 lru_cache = probability_trans([1, 2, 3]) 6 (print_values_but_five, stats, breaks) = lru_cache 7 print(print_values_but_five, stats, breaks)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 nearest_int.numbers = _get 5 SECONDS = trans_minor_breaks([1, 2, 3]) 6 (timedelta_format, attr, date2num) = SECONDS 7 print(timedelta_format, attr, date2num)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 minor_breaks.numbers = NANOSECONDS 5 NANOSECONDS = myint([1, 2, 3]) 6 (klass_name, SECONDS, obj) = NANOSECONDS 7 print(klass_name, SECONDS, obj)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 d.numbers = BaseClass 5 dataspace_is_numerical = d([1, 2, 3]) 6 (rng, log_trans, num2date) = dataspace_is_numerical 7 print(rng, log_trans, num2date)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 MethodType.numbers = item 5 _x = v1([1, 2, 3]) 6 (dmax, fh, user_input) = _x 7 print(dmax, fh, user_input)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 stats.numbers = breaks 5 v1_to_v2_map = transform([1, 2, 3]) 6 (domain, cdists, Foo) = v1_to_v2_map 7 print(domain, cdists, Foo)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 contents.numbers = numbers 5 _trans = klass_name([1, 2, 3]) 6 (start, name, transform) = _trans 7 print(start, name, transform)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 bar.numbers = inverse 5 reduce = MSG([1, 2, 3]) 6 (vmax, Iterator, trans_new) = reduce 7 print(vmax, Iterator, trans_new)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 a.numbers = item 5 n = distribution([1, 2, 3]) 6 (CONTINUOUS_KINDS, nomatch, d) = n 7 print(CONTINUOUS_KINDS, nomatch, d)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 _format.numbers = fh 5 trans_minor_breaks = _trans([1, 2, 3]) 6 (dmin, b, vmax) = trans_minor_breaks 7 print(dmin, b, vmax)
6 - error: unpacking non sequence
1 class Foo: 2 3 def __init__(self, numbers): 4 log2_trans.numbers = v2 5 datetime = log_format([1, 2, 3]) 6 (klass_name, v1_to_v2_map, span) = datetime 7 print(klass_name, v1_to_v2_map, span)
6 - error: unpacking non sequence
1 import datetime 2 3 current_date: str = datetime.date.today().strftime("%y-%m-%d") 4 class Foo: 5 6 def __init__(self, numbers): 7 v1.numbers = klass_name 8 transform = file_path([1, 2, 3]) 9 (a, _x, k) = transform 10 print(a, _x, k) 11 import datetime 12 na_rm: str = i.date.today().strftime('%y-%m-%d')
9 - error: unpacking non sequence
1 import datetime 2 na_rm: str = i.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 _format.numbers = limits 7 nearest_int = t([1, 2, 3]) 8 (log10_trans, p, cdists) = nearest_int 9 print(log10_trans, p, cdists) 10 import datetime 11 incomparables: str = skip.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 incomparables: str = skip.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 zero_range.numbers = file_path 7 print_values_but_five = cdists([1, 2, 3]) 8 (v, Foo, mpl_format) = print_values_but_five 9 print(v, Foo, mpl_format) 10 import datetime 11 attr: str = minor_breaks.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 attr: str = minor_breaks.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 _get.numbers = trans 7 p = accuracy([1, 2, 3]) 8 (NANOSECONDS, NANOSECONDS, value) = p 9 print(NANOSECONDS, NANOSECONDS, value) 10 import datetime 11 inverse: str = OrderedDict.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 inverse: str = OrderedDict.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 accuracy.numbers = dmin 7 transform = date_breaks([1, 2, 3]) 8 (incomparables, breaks_, chain) = transform 9 print(incomparables, breaks_, chain) 10 import datetime 11 obj: str = d.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 obj: str = d.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 self.numbers = limits 7 ABC = contents([1, 2, 3]) 8 (contents, CONTINUOUS_KINDS, zero_range) = ABC 9 print(contents, CONTINUOUS_KINDS, zero_range) 10 import datetime 11 probability_trans: str = obj.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 probability_trans: str = obj.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 __all__.numbers = Foo 7 user_input = stats([1, 2, 3]) 8 (x, transform, MSG) = user_input 9 print(x, transform, MSG) 10 import datetime 11 v2: str = args.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 v2: str = args.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 user_input.numbers = current_date 7 item = item([1, 2, 3]) 8 (min_max, val, name) = item 9 print(min_max, val, name) 10 import datetime 11 log10_trans: str = incomparables.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 log10_trans: str = incomparables.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 msg.numbers = reduce 7 delta = dmax([1, 2, 3]) 8 (data, print_values_but_five, nomatch) = delta 9 print(data, print_values_but_five, nomatch) 10 import datetime 11 na_rm: str = doc.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 na_rm: str = doc.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 c.numbers = attr 7 __all__ = bar([1, 2, 3]) 8 (inverse, doc, _x) = __all__ 9 print(inverse, doc, _x) 10 import datetime 11 v1: str = log_format.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 v1: str = log_format.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 val.numbers = v1_to_v2_map 7 myint = NANOSECONDS([1, 2, 3]) 8 (log_trans, np, trans_new) = myint 9 print(log_trans, np, trans_new) 10 import datetime 11 v2: str = c.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 v2: str = c.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 name.numbers = start 7 trans_new = dmax([1, 2, 3]) 8 (_format, var, dmax) = trans_new 9 print(_format, var, dmax) 10 import datetime 11 func: str = v1.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 func: str = v1.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 p.numbers = contents 7 name = log_breaks([1, 2, 3]) 8 (_trans, log_breaks, domain) = name 9 print(_trans, log_breaks, domain) 10 import datetime 11 v: str = contents.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 v: str = contents.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 vmax.numbers = doc 7 datetime = chain([1, 2, 3]) 8 (var, zero_range, CONTINUOUS_KINDS) = datetime 9 print(var, zero_range, CONTINUOUS_KINDS) 10 import datetime 11 c: str = transform.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
1 import datetime 2 c: str = transform.date.today().strftime('%y-%m-%d') 3 class Foo: 4 5 def __init__(self, numbers): 6 breaks_.numbers = defaultdict 7 y = klass_name([1, 2, 3]) 8 (func, attr, rng) = y 9 print(func, attr, rng) 10 import datetime 11 reduce: str = BaseClass.date.today().strftime('%y-%m-%d')
8 - error: unpacking non sequence
if input(): user_input = input() print(user_input)
5 - error: used-before-assignment
1 if input(): 2 defaultdict = input() 3 print(defaultdict)
5 - error: used-before-assignment
1 if input(): 2 breaks_ = input() 3 print(breaks_)
5 - error: used-before-assignment
1 if input(): 2 myint = input() 3 print(myint)
5 - error: used-before-assignment
1 if input(): 2 file_path = input() 3 print(file_path)
5 - error: used-before-assignment
1 if input(): 2 myint = input() 3 print(myint)
5 - error: used-before-assignment
1 if input(): 2 abstractmethod = input() 3 print(abstractmethod)
5 - error: used-before-assignment
1 if input(): 2 p = input() 3 print(p)
5 - error: used-before-assignment
1 if input(): 2 minor_breaks = input() 3 print(minor_breaks)
5 - error: used-before-assignment
1 if input(): 2 t = input() 3 print(t)
5 - error: used-before-assignment
1 if input(): 2 np = input() 3 print(np)
5 - error: used-before-assignment
1 if input(): 2 nomatch = input() 3 print(nomatch)
5 - error: used-before-assignment
1 if input(): 2 stats = input() 3 print(stats)
5 - error: used-before-assignment
1 if input(): 2 timedelta_format = input() 3 print(timedelta_format)
5 - error: used-before-assignment
1 if input(): 2 k = input() 3 print(k)
5 - error: used-before-assignment
1 if input(): 2 val = input() 3 print(val)
5 - error: used-before-assignment
1 if input(): 2 v1 = input() 3 print(v1)
5 - error: used-before-assignment
1 if input(): 2 _x = input() 3 print(_x)
5 - error: used-before-assignment
1 if input(): 2 NANOSECONDS = input() 3 print(NANOSECONDS)
5 - error: used-before-assignment
1 if input(): 2 incomparables = input() 3 print(incomparables)
5 - error: used-before-assignment
1 if input(): 2 finite = input() 3 print(finite)
5 - error: used-before-assignment
1 if input(): 2 aesthetic = input() 3 print(aesthetic)
5 - error: used-before-assignment
1 if input(): 2 data = input() 3 print(data)
5 - error: used-before-assignment
1 if input(): 2 value = input() 3 print(value)
5 - error: used-before-assignment
1 if input(): 2 transform = input() 3 print(transform)
5 - error: used-before-assignment
1 if input(): 2 na_rm = input() 3 print(na_rm)
5 - error: used-before-assignment
1 if input(): 2 abstractmethod = input() 3 print(abstractmethod)
5 - error: used-before-assignment
1 if input(): 2 c = input() 3 print(c)
5 - error: used-before-assignment
1 if input(): 2 _format = input() 3 print(_format)
5 - error: used-before-assignment
1 if input(): 2 p = input() 3 print(p)
5 - error: used-before-assignment
1 if input(): 2 myint = input() 3 print(myint)
5 - error: used-before-assignment
1 import datetime 2 3 current_date: str = datetime.date.today().strftime("%y-%m-%d") 4 if input(): 5 date_format = input() 6 print(date_format) 7 import datetime 8 na_rm: str = i.date.today().strftime('%y-%m-%d')
8 - error: used-before-assignment
1 import datetime 2 na_rm: str = i.date.today().strftime('%y-%m-%d') 3 if input(): 4 v1 = input() 5 print(v1) 6 import datetime 7 incomparables: str = skip.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 incomparables: str = skip.date.today().strftime('%y-%m-%d') 3 if input(): 4 span = input() 5 print(span) 6 import datetime 7 attr: str = minor_breaks.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 attr: str = minor_breaks.date.today().strftime('%y-%m-%d') 3 if input(): 4 nomatch = input() 5 print(nomatch) 6 import datetime 7 inverse: str = OrderedDict.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 inverse: str = OrderedDict.date.today().strftime('%y-%m-%d') 3 if input(): 4 value = input() 5 print(value) 6 import datetime 7 obj: str = d.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 obj: str = d.date.today().strftime('%y-%m-%d') 3 if input(): 4 v = input() 5 print(v) 6 import datetime 7 probability_trans: str = obj.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 probability_trans: str = obj.date.today().strftime('%y-%m-%d') 3 if input(): 4 cdists = input() 5 print(cdists) 6 import datetime 7 v2: str = args.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 v2: str = args.date.today().strftime('%y-%m-%d') 3 if input(): 4 p = input() 5 print(p) 6 import datetime 7 log10_trans: str = incomparables.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 log10_trans: str = incomparables.date.today().strftime('%y-%m-%d') 3 if input(): 4 chain = input() 5 print(chain) 6 import datetime 7 na_rm: str = doc.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 na_rm: str = doc.date.today().strftime('%y-%m-%d') 3 if input(): 4 user_input = input() 5 print(user_input) 6 import datetime 7 v1: str = log_format.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 v1: str = log_format.date.today().strftime('%y-%m-%d') 3 if input(): 4 dataspace_is_numerical = input() 5 print(dataspace_is_numerical) 6 import datetime 7 v2: str = c.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 v2: str = c.date.today().strftime('%y-%m-%d') 3 if input(): 4 v1_to_v2_map = input() 5 print(v1_to_v2_map) 6 import datetime 7 func: str = v1.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 func: str = v1.date.today().strftime('%y-%m-%d') 3 if input(): 4 lru_cache = input() 5 print(lru_cache) 6 import datetime 7 v: str = contents.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 v: str = contents.date.today().strftime('%y-%m-%d') 3 if input(): 4 vmin = input() 5 print(vmin) 6 import datetime 7 c: str = transform.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
1 import datetime 2 c: str = transform.date.today().strftime('%y-%m-%d') 3 if input(): 4 sys = input() 5 print(sys) 6 import datetime 7 reduce: str = BaseClass.date.today().strftime('%y-%m-%d')
7 - error: used-before-assignment
def print_values_but_five(value): if value: continue print(value) for i in range(10): print_values_but_five(i)
2 - error: not in loop
1 def print_values_but_five(value): 2 if t: 3 continue 4 print(t) 5 for mpl_format in range(10): 6 na_rm(mpl_format)
2 - error: not in loop
1 def print_values_but_five(value): 2 if a: 3 continue 4 print(a) 5 for _trans in range(10): 6 min_max(_trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if distribution: 3 continue 4 print(distribution) 5 for probability_trans in range(10): 6 stats(probability_trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if OrderedDict: 3 continue 4 print(OrderedDict) 5 for func in range(10): 6 MSG(func)
2 - error: not in loop
1 def print_values_but_five(value): 2 if n: 3 continue 4 print(n) 5 for date2num in range(10): 6 user_input(date2num)
2 - error: not in loop
1 def print_values_but_five(value): 2 if timedelta_breaks: 3 continue 4 print(timedelta_breaks) 5 for Foo in range(10): 6 aesthetic(Foo)
2 - error: not in loop
1 def print_values_but_five(value): 2 if pd: 3 continue 4 print(pd) 5 for log2_trans in range(10): 6 _get(log2_trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if user_input: 3 continue 4 print(user_input) 5 for distribution in range(10): 6 dmin(distribution)
2 - error: not in loop
1 def print_values_but_five(value): 2 if span: 3 continue 4 print(span) 5 for trans in range(10): 6 trans_minor_breaks(trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if aesthetic: 3 continue 4 print(aesthetic) 5 for _trans in range(10): 6 probit_trans(_trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if lru_cache: 3 continue 4 print(lru_cache) 5 for vmin in range(10): 6 min_max(vmin)
2 - error: not in loop
1 def print_values_but_five(value): 2 if n: 3 continue 4 print(n) 5 for kwargs in range(10): 6 reduce(kwargs)
2 - error: not in loop
1 def print_values_but_five(value): 2 if dmax: 3 continue 4 print(dmax) 5 for v1 in range(10): 6 args(v1)
2 - error: not in loop
1 def print_values_but_five(value): 2 if cdists: 3 continue 4 print(cdists) 5 for log_trans in range(10): 6 v1_to_v2_map(log_trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if bar: 3 continue 4 print(bar) 5 for x in range(10): 6 func(x)
2 - error: not in loop
1 def print_values_but_five(value): 2 if chain: 3 continue 4 print(chain) 5 for types in range(10): 6 lru_cache(types)
2 - error: not in loop
1 def print_values_but_five(value): 2 if minor_breaks: 3 continue 4 print(minor_breaks) 5 for timedelta_format in range(10): 6 date_breaks(timedelta_format)
2 - error: not in loop
1 def print_values_but_five(value): 2 if n: 3 continue 4 print(n) 5 for val in range(10): 6 d(val)
2 - error: not in loop
1 def print_values_but_five(value): 2 if logit_trans: 3 continue 4 print(logit_trans) 5 for y in range(10): 6 n(y)
2 - error: not in loop
1 def print_values_but_five(value): 2 if aesthetic: 3 continue 4 print(aesthetic) 5 for log_format in range(10): 6 item(log_format)
2 - error: not in loop
1 def print_values_but_five(value): 2 if log_trans: 3 continue 4 print(log_trans) 5 for na_rm in range(10): 6 incomparables(na_rm)
2 - error: not in loop
1 def print_values_but_five(value): 2 if kwargs: 3 continue 4 print(kwargs) 5 for probability_trans in range(10): 6 breaks(probability_trans)
2 - error: not in loop
1 def print_values_but_five(value): 2 if breaks_: 3 continue 4 print(breaks_) 5 for item in range(10): 6 fh(item)
2 - error: not in loop