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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file JsMacrosAC-1.5.2.7479906.tar.gz
.
File metadata
- Download URL: JsMacrosAC-1.5.2.7479906.tar.gz
- Upload date:
- Size: 40.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 581aa12b846438536bebfc836db303ce1dd963dfeb288d62780ef81fc77f5135 |
|
MD5 | 41f61e1c01256593977393b30afe07e2 |
|
BLAKE2b-256 | 40262252357639614865e0c7a6576a9535972a7d02466232307156ac30191093 |
File details
Details for the file JsMacrosAC-1.5.2.7479906-py3-none-any.whl
.
File metadata
- Download URL: JsMacrosAC-1.5.2.7479906-py3-none-any.whl
- Upload date:
- Size: 129.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a05bf83c1f411b650e6ed9d2ca7eda22348c0c8c7f0d22628cded47014aa1236 |
|
MD5 | 477faea3fc1574fd4723c85c9cbe5478 |
|
BLAKE2b-256 | 4f946c34147c944eb03401e558a8add8fc9af407348ef90bde5fb5fbf396531b |