Skip to main content

A package to let your IDE know what JsMacros can do

Project description

JsMacrosAC

The sole purpose of this package is to let your IDE know what functions the various JsMacros classes have.
Please note that this package does not add functionality and will crash your scripts if it is not imported correctly.

How to import

if __name__ == "": from JsMacrosAC import *

In an event file

if __name__ == "": 
    from JsMacrosAC import *
    event = EventAirChange() #No need to worry about arguments since you do not create the object.

Thing to note

Since Python does not support function overloading, only one function is displayed in some IDEs. In the description of the function you will learn about the different ways to use this function.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

JsMacrosAC-1.5.1.7221111.tar.gz (38.5 kB view hashes)

Uploaded Source

Built Distribution

JsMacrosAC-1.5.1.7221111-py3-none-any.whl (128.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page