bytecodemanipulation/Emulator.py,sha256=PfRwOqC53pgByMNUokAQK885uoeNC5YulN2R5ciApG4,24794
bytecodemanipulation/Mixin.py,sha256=GBfXWELlUF2XEWVJjwsV6Wjg7MRZ72H_nJ8YXdaevzY,20025
bytecodemanipulation/MutableFunction.py,sha256=mzf-Ab5FmywUoUn67LNgRI08PnnK8vuhuFCE6423yfg,19904
bytecodemanipulation/MutableFunctionHelpers.py,sha256=HQrvp_l1J5h_M2sG8OjveQIJrWEHjD4_tmNc2mxHUi4,9803
bytecodemanipulation/Optimiser.py,sha256=8J5DE8lB-qNNKkg3uxDmXqFjRxQyeogRVTMZwaaxGQ4,27037
bytecodemanipulation/Specialization.py,sha256=58ZFOL9Q3NSlT8ybCj59JiZA_4CkaLuq21V4gFqho3g,11255
bytecodemanipulation/TypeEnforcer.py,sha256=hH9-SiNiz9z3YAsarw1KnHhByZpPmx26s0oUZPEhkbE,339
bytecodemanipulation/__init__.py,sha256=HmODihtkL2P81r25JsMrrN1w8QCPzb1-aSx4nk2inO8,157
bytecodemanipulation/annotated_std.py,sha256=tZ2YIClM9w7LPodgNqiiMMWMkO_6SaxpTtd9BB8TOTs,51
bytecodemanipulation/data_loader.py,sha256=Rup637CgP5FIlZgf5KDesaDZqIOenNji2zdpdlZm5Hk,3183
bytecodemanipulation/mixin_util.py,sha256=VNE8d69lk-fNNrLDryB57u60Xx87ijApkUz6rTcfYX8,4176
bytecodemanipulation/optimise_self.py,sha256=N8PWHn3DyIUwibd3043tOwoBiYWwR0XbxqOjyyXbqt4,449
bytecodemanipulation/optimiser_util.py,sha256=fYni1jBY47zMwy1iJJPeHmboA8_Qc5nQ9MBz2bEAXpM,17702
bytecodemanipulation/util.py,sha256=MXpoZR6VoquKVXvqtjQ4lm0J-6Ld3qcU2FFjFGRA9qY,628
bytecodemanipulation/assembler/AbstractBase.py,sha256=9Hf_L3c-4Nv_t3k-yEFKrBvK-IulvgCw3b2H8bPAReg,12796
bytecodemanipulation/assembler/Emitter.py,sha256=LN-W1M_CrRZ6EARjJn-joJN68mXt9-YdEdjPDE6BUto,13741
bytecodemanipulation/assembler/Lexer.py,sha256=CHYyXH9GumhlbyGAdKmIIZti2D6xautRMkajHWopgm0,5356
bytecodemanipulation/assembler/Parser.py,sha256=DM3wZC4uLurZDhZSN4QpG3cP5Pe3fIcH6h3NTS4ByaM,23045
bytecodemanipulation/assembler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/hook.py,sha256=XmHTdNZspi4wJ7wBfFlR_roqRx9KBknNv99bI8KsWPY,1595
bytecodemanipulation/assembler/syntax_errors.py,sha256=tHGRAxU6CyLR174bfI1NwGF0fB3kLO-XA-t6GHnnnQE,3395
bytecodemanipulation/assembler/target.py,sha256=5aLzw8kOpnKK4uLrCV9HfoKOecAtiesuQAnTJ4R4vGw,3944
bytecodemanipulation/assembler/util/CommonUtil.py,sha256=KgNuMEdfevTg2yNLua3bGWeXJozeQu9k79AGN8gnJ1Q,335
bytecodemanipulation/assembler/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/util/parser.py,sha256=et51dqk0mArUoitfKppEAmj9AnAVQEJmm1lmJu-Xotw,10969
bytecodemanipulation/assembler/util/tokenizer.py,sha256=23PQGgC5bfhk-0XyvNUKCpkaPN2Co6lK4JnnFlotunI,8556
bytecodemanipulation/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/__init__.py,sha256=F7VVe6fSTcTSfn3m9Ch5MIFjEfNl4QpGsy3xcPZr8Ao,27
bytecodemanipulation/data/shared/builtin_spec.py,sha256=sgR6LpPllkIbB-rehjLpJaVrVRsv5sEspKyvgHMKNkg,15560
bytecodemanipulation/data/shared/expressions/AttributeAccessExpression.py,sha256=5ZnkfsK9Mp28w3fl1mam76Cy8DAISNgkgRiFdAPmx6o,2486
bytecodemanipulation/data/shared/expressions/CompoundExpression.py,sha256=C5fFwoD4mgk2ueqRvuAybJxVxshm6eEb9TjqMyvAnnY,3659
bytecodemanipulation/data/shared/expressions/ConstantAccessExpression.py,sha256=_LPR2zIv0RtZc6SOhv0tpbqoD6G_onPTCnx7krA4UTc,1649
bytecodemanipulation/data/shared/expressions/DerefAccessExpression.py,sha256=2d6nJszCYkPMhvoA85M6NjuKphn217Yy2POYB_V0HvE,1330
bytecodemanipulation/data/shared/expressions/DiscardValueExpression.py,sha256=evUA-rXEaZl6PC4Z9blOY_4KlHqM51g4_-C4Lw0a4_I,956
bytecodemanipulation/data/shared/expressions/DynamicAccessExpression.py,sha256=lL71qmeuiXtxrRkLLqqrPZ-531lPAY92CjKBRf4JGRA,2968
bytecodemanipulation/data/shared/expressions/GlobalAccessExpression.py,sha256=ye-JeNcz2GpOv12DspxoD-gorgn24MFc6c9H7qIysrM,1452
bytecodemanipulation/data/shared/expressions/GlobalStaticAccessExpression.py,sha256=1xH7dAjMEnLFSNse9it5FbhuUWZK0_etITZT0Qk-z9M,1768
bytecodemanipulation/data/shared/expressions/LocalAccessExpression.py,sha256=i6L9DG8ROHkPlvbC9Fk7kg39TjcoUJAyZryZllCeZr8,2149
bytecodemanipulation/data/shared/expressions/MacroAccessExpression.py,sha256=6QECR1MHbbxor1B23tIMSOx9SGq-YqQdMsAqHEMlDh0,1402
bytecodemanipulation/data/shared/expressions/MacroParameterAcessExpression.py,sha256=vQqu-m72ofoAIjcO4iDLV337UpemcsD989rfBF2NU3k,3257
bytecodemanipulation/data/shared/expressions/ModuleAccessExpression.py,sha256=5qF0ioezyxW2uW19EGOpYYPZuW5rhh5X55ls1iIoeg0,2511
bytecodemanipulation/data/shared/expressions/StaticAttributeAcccessExpression.py,sha256=qMu_glIM2urklpT_IZMn9bakA8dpCzoJ1lSXjnpMHfk,2699
bytecodemanipulation/data/shared/expressions/SubscriptionAccessExpression.py,sha256=DWlhRDjzmFWRbWia_cw3Smi7jRo5Q2PPwvCMQX3NvhE,3901
bytecodemanipulation/data/shared/expressions/TopOfStackAccessExpression.py,sha256=or49Y2u6M01IU7zmrU9U2O6B9sSYxnKsr25r0Co8lGE,1622
bytecodemanipulation/data/shared/expressions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/instructions/AbstractInstruction.py,sha256=ELlHmcCLNPPQlUyygZiwaipVMSY2YZ7lWbPENX4zMbY,4244
bytecodemanipulation/data/shared/instructions/AssertAssembly.py,sha256=w-6_HKgumnsAVVc7dMMynVgoc8UKb8twpDOERXYRoeY,1577
bytecodemanipulation/data/shared/instructions/AssertStaticInstruction.py,sha256=IP2gsKwXZG2xyMnyDJC0ecxYdFsVKa1JJq9uoJuw2Kg,3682
bytecodemanipulation/data/shared/instructions/CallAssembly.py,sha256=mgA2-sdULg86Vz0wF3NyZedwVzfCIgr_5CajIc71TQY,15699
bytecodemanipulation/data/shared/instructions/ClassDefinitionAssembly.py,sha256=o49H1sMcxUAE2Er7koibZzDga4Xr6e6DrU0wm351SW4,5050
bytecodemanipulation/data/shared/instructions/ForEachAssembly.py,sha256=9KpeDUpkQebbYdPurMkOTBBs4G_-MStXmBjChtCmceg,5353
bytecodemanipulation/data/shared/instructions/FunctionDefinitionAssembly.py,sha256=3FkJVUkPWv6YJf3DSA78uM6TCxU_6-SsU5kqT0MNOEE,10009
bytecodemanipulation/data/shared/instructions/IfAssembly.py,sha256=QUrnutv2mXig5vfJhQLEloy8wDaAkVKJ37HnpIds3DY,4095
bytecodemanipulation/data/shared/instructions/JumpAssembly.py,sha256=ZfULze5qjpaaPi4zNV33EfAraUFuMeuk96mkofgIIvA,3455
bytecodemanipulation/data/shared/instructions/LabelAssembly.py,sha256=O0uH164DM365-WNJyaaN_L7pFHoIEMlfiKMiHD7dUSI,1952
bytecodemanipulation/data/shared/instructions/LoadAssembly.py,sha256=v9uDPOPOY2PsrrdEEj9BPnC7wVGl77cus7sBnOemSJo,3306
bytecodemanipulation/data/shared/instructions/LoadConstAssembly.py,sha256=hcvCkcH4sennfRCWhhpuL2JSKkOcODsghysVfwr2NPM,3042
bytecodemanipulation/data/shared/instructions/LoadFastAssembly.py,sha256=5aMcfR7O4BgaWAt6t4eS0vYIOkc-QQhM0-amdQ014us,2503
bytecodemanipulation/data/shared/instructions/LoadGlobalAssembly.py,sha256=aicBr6kxPs65jSTVQMOXsNpq9U-Sk3x2NoCA9NOS7IA,3202
bytecodemanipulation/data/shared/instructions/MacroAssembly.py,sha256=l1CGbgP3WfBxdtUMnTXdNNx8EIEfBQCOpbhdijALl-c,30740
bytecodemanipulation/data/shared/instructions/MacroImportAssembly.py,sha256=ZQZL3I5fUWdgsAmg3TRNx3UU9BGtTv4trFVkKqIWiDU,5427
bytecodemanipulation/data/shared/instructions/MacroPasteAssembly.py,sha256=hM7Re8npvWzvF2InVRn_ci_lMEcnd8SM5I0uvz4FAKo,7602
bytecodemanipulation/data/shared/instructions/MacroReturnAssembly.py,sha256=-Dc0hYuB64Z7X8m3F2rF82ipH_qPGXV1gbra7qUSQu0,2072
bytecodemanipulation/data/shared/instructions/NamespaceAssembly.py,sha256=x_6oUHdiAKq86MeJ2SWAdRFiUa4p7NYHofLp0NsJvzY,3474
bytecodemanipulation/data/shared/instructions/OpAssembly.py,sha256=wjnJ4kraaS_s7VR9Qi3h20Bl1JfISvHnfes3IOW4oFM,21386
bytecodemanipulation/data/shared/instructions/PopElementAssembly.py,sha256=Fv-IrpRChKAn8f7cDFDvAqxWNxxZTUDg8BwXVUW4M4s,900
bytecodemanipulation/data/shared/instructions/PythonCodeAssembly.py,sha256=O_Uefo3-cAKFOjEgGylbikFS2TiitQiMCrW9y6j2bPI,1543
bytecodemanipulation/data/shared/instructions/RaiseAssembly.py,sha256=g4Q4IH565vA-HecTZ30M_PPSSpIiI52fuITJb5Az8t4,910
bytecodemanipulation/data/shared/instructions/RawAssembly.py,sha256=M8i56-S2ETgllVS7JQrScmuueYY69NAySPjAyaZxrhU,1832
bytecodemanipulation/data/shared/instructions/ReturnAssembly.py,sha256=OYVabuH9OMFf_TlAUWDdJuK2BMR_2yd39TXUsoLlAnQ,1549
bytecodemanipulation/data/shared/instructions/StoreAssembly.py,sha256=dQg6s6Z74T6IZ02CvtGZLjHrX-LtZXdsfPagCmUblog,2910
bytecodemanipulation/data/shared/instructions/StoreFastAssembly.py,sha256=VoHdYZaZ7Q48NUFTFTZ9cxS4bpHvTzR1_NElMivHCok,2314
bytecodemanipulation/data/shared/instructions/StoreGlobalAssembly.py,sha256=iosw8SoM14ZgHwl99Qi_OtQ35hnYyWMg7z8DD3o5YqA,2640
bytecodemanipulation/data/shared/instructions/WhileAssembly.py,sha256=JPkFANp2LpDhY1P014v2ZynC6R7N9-HBm1LezxALCyo,3922
bytecodemanipulation/data/shared/instructions/YieldAssembly.py,sha256=C-gR7yZRJU9OaB2_BhIAEnqnYRLij6013wYzBFAL9Bs,3074
bytecodemanipulation/data/shared/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/ExceptionInstructionCodec.py,sha256=OHO8Ya34lgtNFtaFYTpTrtLg0P6MSsGxSP9qr6WMIys,2555
bytecodemanipulation/data/v3_10/LocationInformationHandler.py,sha256=Z9UUD1UZi6LiArR6QqqttD9CYU-ErVB1k_zILkoz9zQ,1574
bytecodemanipulation/data/v3_10/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/assembly_instructions.py,sha256=CryqAQu8pqUUrq2MKCdTEHHH0NInGD1hMHC2iy5vamQ,957
bytecodemanipulation/data/v3_10/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_10/instructions/AssertAssembly.py,sha256=HYLFU08GpPhPwztYAw78_nR6l6u6LzhVoDap8BQabb0,1464
bytecodemanipulation/data/v3_10/instructions/CallAssembly.py,sha256=onbeoPMuF9aLGBS9SweQyAPVQ0qRX3bQY64Xp7ZkNXA,6504
bytecodemanipulation/data/v3_10/instructions/ClassDefinitionAssembly.py,sha256=FmfQsMGw_gGkVKwEV0Z0ukAmGi5VY8pD4P1W8XaD78c,2932
bytecodemanipulation/data/v3_10/instructions/ForEachAssembly.py,sha256=3WduwJk78xOc4Xf3ffjGelOtXHPFJvZettTIuAUvomc,3292
bytecodemanipulation/data/v3_10/instructions/FunctionDefinitionAssembly.py,sha256=l9GY4NslyykoZvGo2_qNPQS2c9vvscc9yAH1KkZqaJM,7750
bytecodemanipulation/data/v3_10/instructions/IfAssembly.py,sha256=XatPsyLjzTV6_q68ktkggPOQz2dIsI7X2a0hqB9kafs,3219
bytecodemanipulation/data/v3_10/instructions/JumpAssembly.py,sha256=-ofO-iLWp-lzTiYtFJ-g39--K19yM3EfUABMVZTOmuM,1410
bytecodemanipulation/data/v3_10/instructions/LoadConstAssembly.py,sha256=sWOeVgYtMYv9sfXt9VHvTvFZ3m2AWtyOSc6eVzsIYhk,1085
bytecodemanipulation/data/v3_10/instructions/LoadFastAssembly.py,sha256=2oCzMJ04iazQKIYKIFQ7OqwhdKdW7cFMF6gYfF1LIkQ,809
bytecodemanipulation/data/v3_10/instructions/LoadGlobalAssembly.py,sha256=G1hhoMzDFLAuUsnc6g8xrh6Z2a6pl41HpsPwhL_KIyI,819
bytecodemanipulation/data/v3_10/instructions/OpAssembly.py,sha256=aXI72u697MX9ZXVUDctxEOm0qUCHiplGxkL42f88kBU,24122
bytecodemanipulation/data/v3_10/instructions/PopElementAssembly.py,sha256=sPdnunCQEyc_IhSYFDXA01PBOEg2UERO8d8K0prOyJw,710
bytecodemanipulation/data/v3_10/instructions/RaiseAssembly.py,sha256=8v4SlqWIcgiK4OdA4lzBrUiwyJfleIk31uDeP0h-Uvg,774
bytecodemanipulation/data/v3_10/instructions/ReturnAssembly.py,sha256=ReqHfcX3wPcJouE2buE0DB8fiNnr49HKCvBx02kRXS4,773
bytecodemanipulation/data/v3_10/instructions/StoreFastAssembly.py,sha256=XzvqjEXa7JrngIHeF2yNITndrNxm5KzWNQbIDeT3BSk,822
bytecodemanipulation/data/v3_10/instructions/StoreGlobalAssembly.py,sha256=q_pGQxGAUaJ5yTrn_9f4WtgV7B6VMEgudmpGrEA_KSI,895
bytecodemanipulation/data/v3_10/instructions/WhileAssembly.py,sha256=6Fki5RXkXra7py8QBaZ8npCOt0w50yn_GDFBNbHZd7I,1519
bytecodemanipulation/data/v3_10/instructions/YieldAssembly.py,sha256=hRrzfapmotNAbSPHoyJsTXQue7mtZfnOHP93N1uOJc4,1279
bytecodemanipulation/data/v3_10/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/assembly_instructions.py,sha256=5dbSrE4WOVCIJauidMD0TaYIPFsKEhg8TJ4iV6_hSH4,849
bytecodemanipulation/data/v3_11/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_11/instructions/CallAssembly.py,sha256=YBJQjeFZNzRTG60mWU9xr82aWSyHknR3y1rEr1r2qQU,6599
bytecodemanipulation/data/v3_11/instructions/ClassDefinitionAssembly.py,sha256=IMnpYaW2een1yWYckQCfQm7stIkV2_RAZ-AaY_H1YlU,2657
bytecodemanipulation/data/v3_11/instructions/ForEachAssembly.py,sha256=3WduwJk78xOc4Xf3ffjGelOtXHPFJvZettTIuAUvomc,3292
bytecodemanipulation/data/v3_11/instructions/FunctionDefinitionAssembly.py,sha256=KjGPGvLEeth37Okzoissx86x062FJktzzPwKMQkAMik,4986
bytecodemanipulation/data/v3_11/instructions/IfAssembly.py,sha256=8le2dW2g9w20_vGbXuws8-Rq8SfQvUAajLLKs-mEgB4,1592
bytecodemanipulation/data/v3_11/instructions/JumpAssembly.py,sha256=77gYv9deTxsN29oWGwZ7taSVhePfKm36qq4YfAm1LKA,1402
bytecodemanipulation/data/v3_11/instructions/LoadConstAssembly.py,sha256=sWOeVgYtMYv9sfXt9VHvTvFZ3m2AWtyOSc6eVzsIYhk,1085
bytecodemanipulation/data/v3_11/instructions/LoadFastAssembly.py,sha256=2oCzMJ04iazQKIYKIFQ7OqwhdKdW7cFMF6gYfF1LIkQ,809
bytecodemanipulation/data/v3_11/instructions/LoadGlobalAssembly.py,sha256=G1hhoMzDFLAuUsnc6g8xrh6Z2a6pl41HpsPwhL_KIyI,819
bytecodemanipulation/data/v3_11/instructions/OpAssembly.py,sha256=hdcD-ryR8OMZuorVN9ijr-GrJ-iIvkSBjfgXFhOsmY0,2799
bytecodemanipulation/data/v3_11/instructions/PopElementAssembly.py,sha256=sPdnunCQEyc_IhSYFDXA01PBOEg2UERO8d8K0prOyJw,710
bytecodemanipulation/data/v3_11/instructions/RaiseAssembly.py,sha256=8v4SlqWIcgiK4OdA4lzBrUiwyJfleIk31uDeP0h-Uvg,774
bytecodemanipulation/data/v3_11/instructions/ReturnAssembly.py,sha256=zyp0LVD6WucStOM8j-iWFFt9upOA0jsfGtr9MJNJL74,710
bytecodemanipulation/data/v3_11/instructions/StoreFastAssembly.py,sha256=XzvqjEXa7JrngIHeF2yNITndrNxm5KzWNQbIDeT3BSk,822
bytecodemanipulation/data/v3_11/instructions/StoreGlobalAssembly.py,sha256=q1_leS3YwfBuellwZMgXbyOYqlgObMA0r-9YlG1HPuk,832
bytecodemanipulation/data/v3_11/instructions/WhileAssembly.py,sha256=FRsyGxrkr3rf73_W39DLIX2MGLFR0-cyrnuxzdBgilo,1528
bytecodemanipulation/data/v3_11/instructions/YieldAssembly.py,sha256=hRrzfapmotNAbSPHoyJsTXQue7mtZfnOHP93N1uOJc4,1279
bytecodemanipulation/data/v3_11/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_12/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/opcodes/AbstractOpcodeTransformerStage.py,sha256=B1OlElZwyfjsv3jJ0kjmqO4MVvKRHwF1rHXP6TkrlPc,14705
bytecodemanipulation/opcodes/CacheEntryCreation.py,sha256=6HZWexUMvv-e3lxDZjDVdXsCzQhxBIFpfgPQjyjgYiQ,1197
bytecodemanipulation/opcodes/CodeObjectBuilder.py,sha256=vfCU5w1F9eihniPBiqmHfab7-YL0Aa2OQYiSRKM3VQY,2695
bytecodemanipulation/opcodes/ExceptionTable.py,sha256=oVwgfGlbJNOTDUYkihSTodQmwPXJ_LuibMA3iG82das,1329
bytecodemanipulation/opcodes/Instruction.py,sha256=agwzpWtHdXX7XYWONcl-rjhmbyrBvAd_N2--7sTHK3s,25709
bytecodemanipulation/opcodes/OpcodeReplacer.py,sha256=miPDUwG5vaxQy_eA1KA68vdZG9bYGB99g5gIwpFS0tI,3139
bytecodemanipulation/opcodes/Opcodes.py,sha256=UWm3PH0At53p3HOlLbqGESpDCs7cAiHmwf4R8KRD8-c,5599
bytecodemanipulation/opcodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation-0.3.5.dist-info/LICENSE,sha256=lMoTzLF86YJEQX0w7VBbAK9ge1rXiaIUubHFXCtEoLc,1066
bytecodemanipulation-0.3.5.dist-info/METADATA,sha256=9UvqZntL_8H6IN_v_NNtrbkS8KVDipzZuJ5bKnbp8JE,6420
bytecodemanipulation-0.3.5.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
bytecodemanipulation-0.3.5.dist-info/top_level.txt,sha256=j7KSJuZGEcWd8q4KZ-I09B-C7k78W3kUVK421F14wjw,21
bytecodemanipulation-0.3.5.dist-info/RECORD,,
