Sha256: f3cc931a50a1d4e899c4298733254f91ab0b5a6296d253228c09ef40cab6432f
Contents?: true
Size: 226 Bytes
Versions: 30
Compression:
Stored size: 226 Bytes
Contents
"""This is a test""" # Import the name nested_scopes twice to trigger SF bug #407394 (regression). from __future__ import nested_scopes, nested_scopes def f(x): def g(y): return x + y return g print f(2)(4)
Version data entries
30 entries across 30 versions & 1 rubygems