Advertisement
tyler569

Untitled

Aug 16th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class code(object)
  2. | code(argcount, kwonlyargcount, nlocals, stacksize, flags, codestring,
  3. | constants, names, varnames, filename, name, firstlineno,
  4. | lnotab[, freevars[, cellvars]])
  5. |
  6. | Create a code object. Not for the faint of heart.
  7. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement