Utilities

PyRpi

Third-party Python package module — RPi. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.GPIO.add_event_callback()Neutral
#
Signature
GPIO.add_event_callback(channel, callback)

GPIO.add_event_callback function.

.GPIO.add_event_detect()Neutral
#
Signature
GPIO.add_event_detect(channel, edge, callback, bouncetime)

GPIO.add_event_detect function.

.GPIO.cleanup()Neutral
#
Signature
GPIO.cleanup(channel)

GPIO.cleanup function.

.GPIO.event_detected()Neutral
#
Signature
GPIO.event_detected()

GPIO.event_detected function.

.GPIO.getmode()Neutral
#
Signature
GPIO.getmode()

GPIO.getmode function.

.GPIO.gpio_function()Neutral
#
Signature
GPIO.gpio_function()

GPIO.gpio_function function.

.GPIO.input()Neutral
#
Signature
GPIO.input()

GPIO.input function.

.GPIO.output()Neutral
#
Signature
GPIO.output()

GPIO.output function.

.GPIO.remove_event_detect()Neutral
#
Signature
GPIO.remove_event_detect()

GPIO.remove_event_detect function.

.GPIO.setmode()Neutral
#
Signature
GPIO.setmode()

GPIO.setmode function.

Fully-Qualified Names

FQNField
RPifqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import RPi