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

Each import should be imported with, otherwise your scripts will break.

if __name__ == "": 

If you don't want to import all classes you can import

aa a a a a asadasd

All Classes:

if __name__ == "": from JsMacrosAC import *

All Library Classes. These also contain the constants like Chat or GlobalVars.

if __name__ == "": from JsMacrosAC.libraries import *

All Event Classes.

if __name__ == "": from JsMacrosAC.events import *

All Helper Classes.

if __name__ == "": from JsMacrosAC.helpers import *

All Mixin Classes.

if __name__ == "": from JsMacrosAC.mixins import *

In an event file

if __name__ == "": 
    from JsMacrosAC.events import EventAirChange
    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.2.7479906.tar.gz (40.6 kB view hashes)

Uploaded Source

Built Distribution

JsMacrosAC-1.5.2.7479906-py3-none-any.whl (129.3 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