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

Proper up internal factoring/interfaces for IDealer/IBroker #2066

Open
oberstet opened this issue Feb 14, 2023 · 0 comments
Open

Proper up internal factoring/interfaces for IDealer/IBroker #2066

oberstet opened this issue Feb 14, 2023 · 0 comments

Comments

@oberstet
Copy link
Contributor

oberstet commented Feb 14, 2023

oberstet@intel-nuci7:~$ find scm/crossbario/crossbar/crossbar -name "*.py" -exec grep -Hi IDealer {} \;
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.attach`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.detach`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.processRegister`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.processUnregister`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.processCall`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.processCancel`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.processYield`
scm/crossbario/crossbar/crossbar/router/dealer.py:        Implements :func:`crossbar.router.interfaces.IDealer.processInvocationError`
oberstet@intel-nuci7:~$ find scm/crossbario/crossbar/crossbar -name "*.py" -exec grep -Hi IBroker {} \;
scm/crossbario/crossbar/crossbar/router/broker.py:        Implements :func:`crossbar.router.interfaces.IBroker.attach`
scm/crossbario/crossbar/crossbar/router/broker.py:        Implements :func:`crossbar.router.interfaces.IBroker.detach`
scm/crossbario/crossbar/crossbar/router/broker.py:        Implements :func:`crossbar.router.interfaces.IBroker.processPublish`
scm/crossbario/crossbar/crossbar/router/broker.py:        Implements :func:`crossbar.router.interfaces.IBroker.processSubscribe`
scm/crossbario/crossbar/crossbar/router/broker.py:        Implements :func:`crossbar.router.interfaces.IBroker.processUnsubscribe`
oberstet@intel-nuci7:~$ cloc scm/crossbario/crossbar/crossbar/interfaces.py 
       1 text file.
       1 unique file.                              
       0 files ignored.

github.com/AlDanial/cloc v 1.90  T=0.01 s (95.9 files/s, 33179.3 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                           1             77            185             84
-------------------------------------------------------------------------------
oberstet@intel-nuci7:~$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant