EliAndrewC / sideboard

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Services should check module __all__ #80

Closed EliAndrewC closed 8 years ago

EliAndrewC commented 9 years ago

Currently when exposing a module as a service, we just expose all callables in that module which are not prefixed with an underscore.

If the module has an all set, we should only expose things included in all so that we can be explicit rather than implicit.

EliAndrewC commented 8 years ago

Completed in public repo.