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

Conversation

madjar
Copy link
Contributor

@madjar madjar commented Aug 5, 2014

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.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.19%) when pulling f25cae2 on madjar:master into 6064c55 on Numergy:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.19%) when pulling 73103fb on madjar:master into 6064c55 on Numergy:master.

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
@coveralls
Copy link

Coverage Status

Coverage increased (+0.19%) when pulling 302510d on madjar:master into 6064c55 on Numergy:master.

jpic added a commit that referenced this pull request Sep 17, 2014
Added signal names and repr.
@jpic jpic merged commit def2652 into Numergy:master Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants