Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
a915a0114fafde4631bc2af0af172f4cb968d28c
/
.
/
sensors
/
discover.py
blob: f2270436b7849bd0513f50a62e3d571ad1f10b19 [
file
] [
log
] [
blame
]
all_sensors
=
{}
def
provides
(
sensor_class_name
):
def
closure
(
func
):
assert
sensor_class_name
not
in
all_sensors
all_sensors
[
sensor_class_name
]
=
func
return
func
return
closure