Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. handler_channel = _handler.channel
  2. if handler_channel is None:
  3. handler_channel = getattr(
  4. getattr(
  5. _handler, "im_self", getattr(
  6. _handler, "__self__", _dummy
  7. )
  8. ),
  9. "channel", None
  10. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement