Utilities

PyJetson

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

Other Methods

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

GPIO.gpio.add_event_callback function.

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

GPIO.gpio.add_event_detect function.

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

GPIO.gpio.cleanup function.

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

GPIO.gpio.event_detected function.

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

GPIO.gpio.getmode function.

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

GPIO.gpio.gpio_function function.

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

GPIO.gpio.input function.

.GPIO.gpio.output()Neutral
#
Signature
GPIO.gpio.output(channels, values)

GPIO.gpio.output function.

.GPIO.gpio.remove_event_detect()Neutral
#
Signature
GPIO.gpio.remove_event_detect(channel, timeout)

GPIO.gpio.remove_event_detect function.

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

GPIO.gpio.setmode function.

Fully-Qualified Names

FQNField
Jetsonfqns[0]

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

Import

rule.py
import Jetson