Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added signal names and repr. #3

Merged
merged 1 commit into from
Sep 17, 2014
Merged

Added signal names and repr. #3

merged 1 commit into from
Sep 17, 2014

Commits on Aug 6, 2014

  1. Added signal names and repr.

    repr is <signalslot.Signal: signal_name>.
    
    For unamed signals, it is <signalslot.Signal: NO_NAME>. The ugly caps
    are to make sure you notice you are calling repr on a signal with no
    name, which you shouldn't.
    
    Fixes #2
    madjar committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    302510d View commit details
    Browse the repository at this point in the history