Module Import alias env Import alias futures Import alias mongoengine Import alias redis Import alias rq Import alias setproctitle Import alias tornadoredis Import alias tornadotinyfeedback ImportFrom tornado alias ioloop alias web ImportFrom tornado.options alias define alias options alias parse_command_line Import alias api Assign NameStore config Call AttributeLoad NameLoad env attr prefix Str ORL_ Print NameLoad config If CompareEq SubscriptLoad NameLoad config Index Str debug Str True body Assign SubscriptStore NameLoad config Index Str debug NameLoad True orelse Assign SubscriptStore NameLoad config Index Str debug NameLoad False Assign NameStore settings Dict Str debug SubscriptLoad NameLoad config Index Str debug Assign NameStore server_settings Dict Str xheaders NameLoad True Assign NameStore application Call AttributeLoad NameLoad web attr Application ListLoad TupleLoad Str /runs/([a-z]+) AttributeLoad NameLoad api attr AddRunHandler NameLoad settings Assign AttributeStore NameLoad application attr config NameLoad config Assign AttributeStore NameLoad application attr thread_pool Call AttributeLoad NameLoad futures attr ThreadPoolExecutor keyword max_workers Num 3 If CompareEq NameLoad __name__ Str __main__ body Expr Call NameLoad define Str port keyword default Num 11001 keyword help Str TCP-port-to-listen-on Expr Call NameLoad parse_command_line Expr Call AttributeLoad NameLoad setproctitle attr setproctitle Str orl.api Expr Call AttributeLoad NameLoad mongoengine attr connect SubscriptLoad NameLoad config Index Str db_name keyword host SubscriptLoad NameLoad config Index Str db_uri Assign AttributeStore NameLoad application attr tf Call AttributeLoad NameLoad tornadotinyfeedback attr Client Str openrunlog Assign AttributeStore NameLoad application attr redis Call AttributeLoad NameLoad tornadoredis attr Client Expr Call AttributeLoad AttributeLoad NameLoad application attr redis attr connect Assign AttributeStore NameLoad application attr redis_sync Call AttributeLoad NameLoad redis attr StrictRedis Assign AttributeStore NameLoad application attr q Call AttributeLoad NameLoad rq attr Queue keyword connection AttributeLoad NameLoad application attr redis_sync Expr Call AttributeLoad NameLoad application attr listen AttributeLoad NameLoad options attr port NameLoad server_settings Expr Call AttributeLoad Call AttributeLoad AttributeLoad NameLoad ioloop attr IOLoop attr instance attr start 
Module Import alias functools Import alias inspect Import alias nose ImportFrom openstack_dashboard.test.integration_tests alias config FunctionDef _is_test_method_name arguments args NameParam method defaults body Return Call AttributeLoad NameLoad method attr startswith Str test_ decorator_list FunctionDef _is_test_cls arguments args NameParam cls defaults body Return Call AttributeLoad AttributeLoad NameLoad cls attr __name__ attr startswith Str Test decorator_list FunctionDef _mark_method_skipped arguments args NameParam meth NameParam reason defaults body Expr Str Mark-method-as-skipped-by-replacing-the-actual-method-with-wrapper----that-raises-the-nose.SkipTest-exception. FunctionDef wrapper arguments args defaults vararg args kwarg kwargs body Raise Call AttributeLoad NameLoad nose attr SkipTest NameLoad reason decorator_list Call AttributeLoad NameLoad functools attr wraps NameLoad meth Return NameLoad wrapper decorator_list FunctionDef _mark_class_skipped arguments args NameParam cls NameParam reason defaults body Expr Str Mark-every-test-method-of-the-class-as-skipped. Assign NameStore tests ListComp NameLoad attr comprehension NameStore attr Call NameLoad dir NameLoad cls Call NameLoad _is_test_method_name NameLoad attr For NameStore test NameLoad tests body Assign NameStore method Call NameLoad getattr NameLoad cls NameLoad test If Call NameLoad callable NameLoad method body Expr Call NameLoad setattr NameLoad cls NameLoad test Call NameLoad _mark_method_skipped NameLoad method NameLoad reason Return NameLoad cls decorator_list Assign NameStore NOT_TEST_OBJECT_ERROR_MSG Str Decorator-can-be-applied-only-on-test-classes-and-test-methods. FunctionDef services_required arguments args defaults vararg req_services body Expr Str Decorator-for-marking-test's-service-requirements,----if-requirements-are-not-met-in-the-configuration-file----test-is-marked-as-skipped.----Usage:----from-openstack_dashboard.test.integration_tests.tests-import-decorators----@decorators.services_required("sahara")----class-TestLogin(helpers.BaseTestCase):----.----.----.----from-openstack_dashboard.test.integration_tests.tests-import-decorators----class-TestLogin(helpers.BaseTestCase):--------@decorators.services_required("sahara")--------def-test_login(self):------------login_pg-=-loginpage.LoginPage(self.driver,-self.conf)------------.------------.------------. FunctionDef actual_decoration arguments args NameParam obj defaults body If Call AttributeLoad NameLoad inspect attr isclass NameLoad obj body If UnaryOpNot Call NameLoad _is_test_cls NameLoad obj body Raise Call NameLoad ValueError NameLoad NOT_TEST_OBJECT_ERROR_MSG Assign NameStore skip_method NameLoad _mark_class_skipped orelse If UnaryOpNot Call NameLoad _is_test_method_name AttributeLoad NameLoad obj attr func_name body Raise Call NameLoad ValueError NameLoad NOT_TEST_OBJECT_ERROR_MSG Assign NameStore skip_method NameLoad _mark_method_skipped Assign NameStore avail_services AttributeLoad Call AttributeLoad NameLoad config attr get_config attr service_available For NameStore req_service NameLoad req_services body If UnaryOpNot Call NameLoad getattr NameLoad avail_services NameLoad req_service NameLoad False body Assign NameStore obj Call NameLoad skip_method NameLoad obj BinOpMod Str %s-service-is-required-for-this-test-to-work-properly. NameLoad req_service Break Return NameLoad obj decorator_list Return NameLoad actual_decoration decorator_list 
Module Import alias inspect ImportFrom rpython.rlib alias jit alias objectmodel ImportFrom rpython.rlib.unroll alias unrolling_iterable FunctionDef memoize arguments args NameParam f defaults body Assign NameStore cache Dict FunctionDef wrapper arguments args defaults vararg val body If Call AttributeLoad NameLoad objectmodel attr we_are_translated body Return Call NameLoad f NameLoad val Assign NameStore lup Call AttributeLoad NameLoad cache attr get NameLoad val NameLoad None If CompareIs NameLoad lup NameLoad None body Assign NameStore lup Call NameLoad f NameLoad val Assign SubscriptStore NameLoad cache Index NameLoad val NameLoad lup Return NameLoad lup decorator_list Assign AttributeStore NameLoad wrapper attr __name__ BinOpMod Str Memoized(%s) AttributeLoad NameLoad f attr __name__ Return NameLoad wrapper decorator_list FunctionDef memoize_constructor arguments args NameParam cls defaults body Expr Call NameLoad setattr NameLoad cls Str make Call NameLoad staticmethod Call NameLoad memoize NameLoad cls Return NameLoad cls decorator_list FunctionDef strip arguments args NameParam str defaults body Return Call AttributeLoad NameLoad str attr replace Str [*] Str null decorator_list FunctionDef add_copy_method arguments args NameParam copy_method defaults Str copy body FunctionDef wrapper arguments args NameParam cls defaults body Expr Str This-attempts-to-produce-a-method-which-will-copy-the-immutable-contents-of--------a-given-data-type-from-the-'_immutable_fields_'-annotation-of-the-class.--------The-methods-employed-here-will-only-work-for-certain-types-of-class--------specifications-(i.e.-only-works-if-all-the-desired-fields-are-present-in-the--------'_immutable_fields_'-annotation-of-the-class-definition).--------The-mutable-fields-of-the-class-must-be-copied-separately-as-well. Assign NameStore field_names ListLoad For NameStore base Call AttributeLoad NameLoad inspect attr getmro NameLoad cls body If CompareIs NameLoad base NameLoad object body Continue Assign NameStore fields Call NameLoad getattr NameLoad base Str _immutable_fields_ ListLoad Expr Call AttributeLoad NameLoad field_names attr extend Call NameLoad map NameLoad strip NameLoad fields Assign NameStore field_names Call NameLoad unrolling_iterable NameLoad field_names FunctionDef copy arguments args NameParam self defaults body Assign NameStore result Call AttributeLoad NameLoad objectmodel attr instantiate NameLoad cls For NameStore attr NameLoad field_names body Assign NameStore val Call NameLoad getattr NameLoad self NameLoad attr Expr Call NameLoad setattr NameLoad result NameLoad attr NameLoad val Return NameLoad result decorator_list Expr Call NameLoad setattr NameLoad cls NameLoad copy_method NameLoad copy Return NameLoad cls decorator_list Return NameLoad wrapper decorator_list 
Module Import alias logging Assign NameStore logger Call AttributeLoad NameLoad logging attr getLogger Str stormed-amqp ClassDef AmqpError bases NameLoad Exception body Pass decorator_list ClassDef AmqpStatusError bases NameLoad AmqpError body Pass decorator_list ClassDef Enum bases NameLoad object body FunctionDef __init__ arguments args NameParam self defaults vararg names body Assign AttributeStore NameLoad self attr _names Call NameLoad set NameLoad names decorator_list FunctionDef __getattr__ arguments args NameParam self NameParam name defaults body If CompareIn NameLoad name AttributeLoad NameLoad self attr _names body Return NameLoad name Raise NameLoad AttributeError decorator_list decorator_list ClassDef WithFields bases NameLoad object body Assign NameStore _fields ListLoad FunctionDef __init__ arguments args NameParam self defaults kwarg kargs body Assign NameStore fnames ListComp NameLoad fname comprehension TupleStore NameStore fname NameStore ftype AttributeLoad NameLoad self attr _fields Assign NameStore unvalid_kargs BinOpSub Call NameLoad set Call AttributeLoad NameLoad kargs attr keys Call NameLoad set NameLoad fnames If NameLoad unvalid_kargs body Raise Call NameLoad AttributeError BinOpMod Str invalid-field-name/s:-%s NameLoad unvalid_kargs For NameStore fn NameLoad fnames body Expr Call NameLoad setattr NameLoad self NameLoad fn Call AttributeLoad NameLoad kargs attr get NameLoad fn decorator_list FunctionDef __repr__ arguments args NameParam self defaults body Assign NameStore fs ListComp BinOpMod Str %s=%r TupleLoad NameLoad f Call NameLoad getattr NameLoad self NameLoad f comprehension TupleStore NameStore f NameStore _ AttributeLoad NameLoad self attr _fields Assign NameStore t Call NameLoad type NameLoad self Assign NameStore klass BoolOpOr Call NameLoad getattr NameLoad self Str _name NameLoad None BinOpMod Str %s.%s TupleLoad AttributeLoad NameLoad t attr __module__ AttributeLoad NameLoad t attr __name__ Return BinOpMod Str %s(%s) TupleLoad NameLoad klass Call AttributeLoad Str , attr join NameLoad fs decorator_list decorator_list FunctionDef add_method arguments args NameParam klass defaults body FunctionDef decorator arguments args NameParam f defaults body Expr Call NameLoad setattr NameLoad klass AttributeLoad NameLoad f attr __name__ NameLoad f decorator_list Return NameLoad decorator decorator_list 
Module Import alias logging ImportFrom django.core.urlresolvers alias reverse ImportFrom django.utils.translation alias ugettext_lazy identifier _ ImportFrom horizon alias exceptions ImportFrom horizon alias forms ImportFrom horizon alias messages ImportFrom openstack_dashboard alias api Assign NameStore LOG Call AttributeLoad NameLoad logging attr getLogger NameLoad __name__ ClassDef UpdatePort bases AttributeLoad NameLoad forms attr SelfHandlingForm body Assign NameStore network_id Call AttributeLoad NameLoad forms attr CharField keyword widget Call AttributeLoad NameLoad forms attr HiddenInput Assign NameStore port_id Call AttributeLoad NameLoad forms attr CharField keyword widget Call AttributeLoad NameLoad forms attr HiddenInput Assign NameStore name Call AttributeLoad NameLoad forms attr CharField keyword max_length Num 255 keyword label Call NameLoad _ Str Name keyword required NameLoad False Assign NameStore admin_state Call AttributeLoad NameLoad forms attr BooleanField keyword label Call NameLoad _ Str Admin-State keyword required NameLoad False Assign NameStore failure_url Str horizon:project:networks:detail FunctionDef handle arguments args NameParam self NameParam request NameParam data defaults body TryExcept body Expr Call AttributeLoad NameLoad LOG attr debug BinOpMod Str params-=-%s NameLoad data Assign NameStore port Call AttributeLoad AttributeLoad NameLoad api attr neutron attr port_modify NameLoad request SubscriptLoad NameLoad data Index Str port_id keyword name SubscriptLoad NameLoad data Index Str name keyword admin_state_up SubscriptLoad NameLoad data Index Str admin_state Assign NameStore msg BinOpMod Call NameLoad _ Str Port-%s-was-successfully-updated. SubscriptLoad NameLoad data Index Str port_id Expr Call AttributeLoad NameLoad LOG attr debug NameLoad msg Expr Call AttributeLoad NameLoad messages attr success NameLoad request NameLoad msg Return NameLoad port handlers ExceptHandler type NameLoad Exception body Assign NameStore msg BinOpMod Call NameLoad _ Str Failed-to-update-port-%s SubscriptLoad NameLoad data Index Str port_id Expr Call AttributeLoad NameLoad LOG attr info NameLoad msg Assign NameStore redirect Call NameLoad reverse AttributeLoad NameLoad self attr failure_url keyword args ListLoad SubscriptLoad NameLoad data Index Str network_id Expr Call AttributeLoad NameLoad exceptions attr handle NameLoad request NameLoad msg keyword redirect NameLoad redirect decorator_list decorator_list 
Module Import alias logging ImportFrom nplusone.core alias exceptions ClassDef Notifier bases NameLoad object body Assign NameStore CONFIG_KEY NameLoad None Assign NameStore ENABLED_DEFAULT NameLoad False FunctionDef is_enabled arguments args NameParam cls NameParam config defaults body Return BoolOpOr Call AttributeLoad NameLoad config attr get AttributeLoad NameLoad cls attr CONFIG_KEY BoolOpAnd CompareNotIn AttributeLoad NameLoad cls attr CONFIG_KEY NameLoad config AttributeLoad NameLoad cls attr ENABLED_DEFAULT decorator_list NameLoad classmethod FunctionDef __init__ arguments args NameParam self NameParam config defaults body Assign AttributeStore NameLoad self attr config NameLoad config decorator_list FunctionDef notify arguments args NameParam self NameParam model NameParam field defaults body Pass decorator_list decorator_list ClassDef LogNotifier bases NameLoad Notifier body Assign NameStore CONFIG_KEY Str NPLUSONE_LOG Assign NameStore ENABLED_DEFAULT NameLoad True FunctionDef __init__ arguments args NameParam self NameParam config defaults body Assign AttributeStore NameLoad self attr logger Call AttributeLoad NameLoad config attr get Str NPLUSONE_LOGGER Call AttributeLoad NameLoad logging attr getLogger Str nplusone Assign AttributeStore NameLoad self attr level Call AttributeLoad NameLoad config attr get Str NPLUSONE_LOG_LEVEL AttributeLoad NameLoad logging attr DEBUG decorator_list FunctionDef notify arguments args NameParam self NameParam message defaults body Expr Call AttributeLoad AttributeLoad NameLoad self attr logger attr log AttributeLoad NameLoad self attr level AttributeLoad NameLoad message attr message decorator_list decorator_list ClassDef ErrorNotifier bases NameLoad Notifier body Assign NameStore CONFIG_KEY Str NPLUSONE_RAISE Assign NameStore ENABLED_DEFAULT NameLoad False FunctionDef __init__ arguments args NameParam self NameParam config defaults body Assign AttributeStore NameLoad self attr error Call AttributeLoad NameLoad config attr get Str NPLUSONE_ERROR AttributeLoad NameLoad exceptions attr NPlusOneError decorator_list FunctionDef notify arguments args NameParam self NameParam message defaults body Raise Call AttributeLoad NameLoad self attr error AttributeLoad NameLoad message attr message decorator_list decorator_list FunctionDef init arguments args NameParam config defaults body Return ListComp Call NameLoad notifier NameLoad config comprehension NameStore notifier TupleLoad NameLoad LogNotifier NameLoad ErrorNotifier Call AttributeLoad NameLoad notifier attr is_enabled NameLoad config decorator_list 
Module Import alias lxml.etree alias lxml.html Import alias re Assign NameStore url Str http://redis.io Assign NameStore output Str output.txt Assign NameStore f Call NameLoad open NameLoad output Str w Assign NameStore tree Call AttributeLoad Call AttributeLoad AttributeLoad NameLoad lxml attr html attr parse Str download/raw.dat attr getroot Assign NameStore commands Call AttributeLoad NameLoad tree attr find_class Str command Assign NameStore data Dict For NameStore command NameLoad commands body For NameStore row Call AttributeLoad NameLoad command attr findall Str a body Assign NameStore command_url BinOpMod Str %s%s TupleLoad NameLoad url Call AttributeLoad NameLoad row attr get Str href For NameStore sibling Call AttributeLoad NameLoad command attr itersiblings body Assign NameStore usage Str null For NameStore command_args Call AttributeLoad NameLoad command attr findall Str span body Assign NameStore usage BinOpMod Str %s-%s TupleLoad AttributeLoad NameLoad row attr text Call AttributeLoad Call AttributeLoad Call AttributeLoad AttributeLoad NameLoad command_args attr text attr replace Str null Str null attr replace Str null Str null attr strip Assign NameStore summary BinOpMod Str %s. Call AttributeLoad NameLoad re attr sub Str \\.$ Str null AttributeLoad NameLoad sibling attr text Assign SubscriptStore NameLoad data Index NameLoad command_url TupleLoad AttributeLoad NameLoad row attr text NameLoad summary NameLoad usage For NameStore command_url Call AttributeLoad NameLoad data attr keys body Assign TupleStore NameStore command NameStore summary NameStore usage SubscriptLoad NameLoad data Index NameLoad command_url Assign NameStore summary Call AttributeLoad Call NameLoad unicode NameLoad summary attr encode Str utf-8 Assign NameStore usage Call AttributeLoad Call NameLoad unicode NameLoad usage attr encode Str utf-8 Expr Call AttributeLoad NameLoad f attr write Call AttributeLoad Str null attr join ListLoad Call NameLoad str NameLoad command Str null NameLoad command_url NameLoad summary NameLoad usage Str null Str null Str null Expr Call AttributeLoad NameLoad f attr write Str null Expr Call AttributeLoad NameLoad f attr close 
Module Import alias math ClassDef Vector bases body FunctionDef __init__ arguments args NameParam self NameParam l defaults body Assign AttributeStore NameLoad self attr data NameLoad l decorator_list FunctionDef __add__ arguments args NameParam self NameParam o defaults body Return Call NameLoad Vector ListComp BinOpAdd NameLoad a NameLoad b comprehension TupleStore NameStore a NameStore b Call NameLoad zip AttributeLoad NameLoad self attr data AttributeLoad NameLoad o attr data decorator_list FunctionDef __sub__ arguments args NameParam self NameParam o defaults body Return Call NameLoad Vector ListComp BinOpSub NameLoad a NameLoad b comprehension TupleStore NameStore a NameStore b Call NameLoad zip AttributeLoad NameLoad self attr data AttributeLoad NameLoad o attr data decorator_list FunctionDef __div__ arguments args NameParam self NameParam n defaults body Return Call NameLoad Vector ListComp BinOpDiv NameLoad i NameLoad n comprehension NameStore i AttributeLoad NameLoad self attr data decorator_list FunctionDef __repr__ arguments args NameParam self defaults body Return BinOpMod Str [%s] Call AttributeLoad Str , attr join GeneratorExp BinOpMod Str %.1f NameLoad i comprehension NameStore i AttributeLoad NameLoad self attr data decorator_list FunctionDef dot arguments args NameParam self NameParam o defaults body Return Call NameLoad sum GeneratorExp BinOpMult NameLoad a NameLoad b comprehension TupleStore NameStore a NameStore b Call NameLoad zip AttributeLoad NameLoad self attr data AttributeLoad NameLoad o attr data decorator_list FunctionDef squaredDist arguments args NameParam self NameParam o defaults body Return Call NameLoad sum GeneratorExp BinOpMult BinOpSub NameLoad a NameLoad b BinOpSub NameLoad a NameLoad b comprehension TupleStore NameStore a NameStore b Call NameLoad zip AttributeLoad NameLoad self attr data AttributeLoad NameLoad o attr data decorator_list FunctionDef sum arguments args NameParam self defaults body Return Call NameLoad sum AttributeLoad NameLoad self attr data decorator_list FunctionDef dist arguments args NameParam self NameParam o defaults body Return Call AttributeLoad NameLoad math attr sqrt Call AttributeLoad NameLoad self attr squaredDist NameLoad o decorator_list decorator_list 
Module Import alias mock ImportFrom awscli.testutils alias unittest ImportFrom awscli.customizations.s3.filegenerator alias FileStat ImportFrom awscli.customizations.s3.fileinfo alias FileInfo ImportFrom awscli.customizations.s3.fileinfobuilder alias FileInfoBuilder ClassDef TestFileInfoBuilder bases AttributeLoad NameLoad unittest attr TestCase body FunctionDef test_info_setter arguments args NameParam self defaults body Assign NameStore info_setter Call NameLoad FileInfoBuilder keyword client Str client keyword source_client Str source_client keyword parameters Str parameters keyword is_stream Str is_stream Assign NameStore files ListLoad Call NameLoad FileStat keyword src Str src keyword dest Str dest keyword compare_key Str compare_key keyword size Str size keyword last_update Str last_update keyword src_type Str src_type keyword dest_type Str dest_type keyword operation_name Str operation_name keyword response_data Str associated_response_data Assign NameStore file_infos Call AttributeLoad NameLoad info_setter attr call NameLoad files For NameStore file_info NameLoad file_infos body Assign NameStore attributes Call AttributeLoad AttributeLoad NameLoad file_info attr __dict__ attr keys For NameStore key NameLoad attributes body Expr Call AttributeLoad NameLoad self attr assertEqual Call NameLoad getattr NameLoad file_info NameLoad key Call NameLoad str NameLoad key decorator_list FunctionDef test_swaps_clients_for_sync_delete arguments args NameParam self defaults body Assign NameStore client_name Str client Assign NameStore source_client_name Str source_client Assign NameStore info_setter Call NameLoad FileInfoBuilder keyword client NameLoad client_name keyword source_client NameLoad source_client_name keyword parameters Dict Str delete NameLoad True keyword is_stream Str is_stream Assign NameStore files ListLoad Call NameLoad FileStat keyword src Str src keyword dest Str dest keyword compare_key Str compare_key keyword size Str size keyword last_update Str last_update keyword src_type Str src_type keyword dest_type Str dest_type keyword operation_name Str delete Assign NameStore file_infos Call AttributeLoad NameLoad info_setter attr call NameLoad files For NameStore file_info NameLoad file_infos body Expr Call AttributeLoad NameLoad self attr assertEquals AttributeLoad NameLoad file_info attr client NameLoad source_client_name Expr Call AttributeLoad NameLoad self attr assertEquals AttributeLoad NameLoad file_info attr source_client NameLoad client_name decorator_list decorator_list If CompareEq NameLoad __name__ Str __main__ body Expr Call AttributeLoad NameLoad unittest attr main 
Module Import alias numpy identifier np ImportFrom scipy.integrate alias odeint ImportFrom bokeh.plotting alias figure alias show alias output_file Assign NameStore sigma Num 10 Assign NameStore rho Num 28 Assign NameStore beta BinOpDiv Num 8.0 Num 3 Assign NameStore theta BinOpDiv BinOpMult Num 3 AttributeLoad NameLoad np attr pi Num 4 FunctionDef lorenz arguments args NameParam xyz NameParam t defaults body Assign TupleStore NameStore x NameStore y NameStore z NameLoad xyz Assign NameStore x_dot BinOpMult NameLoad sigma BinOpSub NameLoad y NameLoad x Assign NameStore y_dot BinOpSub BinOpSub BinOpMult NameLoad x NameLoad rho BinOpMult NameLoad x NameLoad z NameLoad y Assign NameStore z_dot BinOpSub BinOpMult NameLoad x NameLoad y BinOpMult NameLoad beta NameLoad z Return ListLoad NameLoad x_dot NameLoad y_dot NameLoad z_dot decorator_list Assign NameStore initial TupleLoad Num -10 Num -7 Num 35 Assign NameStore t Call AttributeLoad NameLoad np attr arange Num 0 Num 100 Num 0.006 Assign NameStore solution Call NameLoad odeint NameLoad lorenz NameLoad initial NameLoad t Assign NameStore x SubscriptLoad NameLoad solution ExtSlice Slice Index Num 0 Assign NameStore y SubscriptLoad NameLoad solution ExtSlice Slice Index Num 1 Assign NameStore z SubscriptLoad NameLoad solution ExtSlice Slice Index Num 2 Assign NameStore xprime BinOpSub BinOpMult Call AttributeLoad NameLoad np attr cos NameLoad theta NameLoad x BinOpMult Call AttributeLoad NameLoad np attr sin NameLoad theta NameLoad y Assign NameStore colors ListLoad Str #C6DBEF Str #9ECAE1 Str #6BAED6 Str #4292C6 Str #2171B5 Str #08519C Str #08306B Assign NameStore p Call NameLoad figure keyword title Str lorenz-example Expr Call AttributeLoad NameLoad p attr multi_line Call AttributeLoad NameLoad np attr array_split NameLoad xprime Num 7 Call AttributeLoad NameLoad np attr array_split NameLoad z Num 7 keyword line_color NameLoad colors keyword line_alpha Num 0.8 keyword line_width Num 1.5 Expr Call NameLoad output_file Str lorenz.html keyword title Str lorenz.py-example Expr Call NameLoad show NameLoad p 
Module Import alias os alias imp ImportFrom setuptools alias setup FunctionDef load_module arguments args NameParam module_name NameParam script_file defaults body Expr Str XXX:-Load-modules-dynamically-without----triggering-flask_mongoengine.__init__----This-way-we-do-not-encounter-errors-which----requires-dependencies-to-be-pre-installed. Assign NameStore module NameLoad None TryExcept body Assign NameStore module Call AttributeLoad NameLoad imp attr load_source NameLoad module_name NameLoad script_file handlers ExceptHandler body Pass Return NameLoad module decorator_list Assign NameStore metadata_script Call AttributeLoad AttributeLoad NameLoad os attr path attr join Call AttributeLoad AttributeLoad NameLoad os attr path attr dirname NameLoad __file__ Str flask_mongoengine Str metadata.py Assign NameStore metadata Call NameLoad load_module Str metadata NameLoad metadata_script Assign NameStore doc_path Call AttributeLoad AttributeLoad NameLoad os attr path attr join Call AttributeLoad AttributeLoad NameLoad os attr path attr dirname NameLoad __file__ Str docs Str index.rst Assign NameStore doc_path Call AttributeLoad AttributeLoad NameLoad os attr path attr join Call AttributeLoad AttributeLoad NameLoad os attr path attr dirname NameLoad __file__ Str docs Str index.rst Assign NameStore DESCRIPTION BinOpAdd Str Flask-MongoEngine-is-a-Flask-extension Str that-provides-integration-with-MongoEngine-and-WTF-model-forms. Assign NameStore LONG_DESCRIPTION NameLoad None TryExcept body Assign NameStore LONG_DESCRIPTION Call AttributeLoad Call NameLoad open NameLoad doc_path attr read Import alias multiprocessing handlers ExceptHandler body Pass Assign NameStore test_requirements ListLoad Str nose Str rednose Str coverage Str mongomock Expr Call NameLoad setup keyword name Str flask-mongoengine keyword version AttributeLoad NameLoad metadata attr __version__ keyword url Str https://github.com/mongoengine/flask-mongoengine keyword license Str BSD keyword author Str Ross-Lawley keyword author_email Str ross.lawley@gmail.com keyword test_suite Str nose.collector keyword zip_safe NameLoad False keyword platforms Str any keyword install_requires ListLoad Str Flask>=0.8 Str mongoengine>=0.8.0 Str flask-wtf keyword packages ListLoad Str flask_mongoengine Str flask_mongoengine.wtf keyword include_package_data NameLoad True keyword tests_require NameLoad test_requirements keyword setup_requires NameLoad test_requirements keyword description NameLoad DESCRIPTION keyword long_description NameLoad LONG_DESCRIPTION keyword classifiers ListLoad Str Development-Status-::-4---Beta Str Environment-::-Web-Environment Str Intended-Audience-::-Developers Str License-::-OSI-Approved-::-BSD-License Str Operating-System-::-OS-Independent Str Programming-Language-::-Python Str Programming-Language-::-Python-::-2 Str Programming-Language-::-Python-::-2.6 Str Programming-Language-::-Python-::-2.7 Str Programming-Language-::-Python-::-3 Str Programming-Language-::-Python-::-3.2 Str Programming-Language-::-Python-::-3.3 Str Programming-Language-::-Python-::-3.4 Str Topic-::-Internet-::-WWW/HTTP-::-Dynamic-Content Str Topic-::-Software-Development-::-Libraries-::-Python-Modules 
Module Import alias os alias sys alias json Assign NameStore LITERALS Set Str only Str max FunctionDef minimize arguments args NameParam full NameParam year defaults body Assign NameStore new TupleLoad Dict Dict For TupleStore NameStore rule NameStore data Call AttributeLoad SubscriptLoad NameLoad full Index Str rules attr iteritems body For NameStore part NameLoad data body If BoolOpAnd CompareNotIn SubscriptLoad NameLoad part Index Num 1 NameLoad LITERALS CompareLt Call NameLoad int SubscriptLoad NameLoad part Index Num 1 NameLoad year body Continue If BoolOpAnd CompareEq SubscriptLoad NameLoad part Index Num 1 Str only CompareLt Call NameLoad int SubscriptLoad NameLoad part Index Num 0 NameLoad year body Continue Expr Call AttributeLoad Call AttributeLoad SubscriptLoad NameLoad new Index Num 1 attr setdefault NameLoad rule ListLoad attr append NameLoad part For TupleStore NameStore zone NameStore data Call AttributeLoad SubscriptLoad NameLoad full Index Str zones attr iteritems body For NameStore part NameLoad data body If BoolOpAnd SubscriptLoad NameLoad part Index Str u CompareLt Call NameLoad int SubscriptLoad SubscriptLoad NameLoad part Index Str u Index Num 0 NameLoad year body Continue Expr Call AttributeLoad Call AttributeLoad SubscriptLoad NameLoad new Index Num 0 attr setdefault NameLoad zone ListLoad attr append NameLoad part If BoolOpAnd CompareIsNot SubscriptLoad NameLoad part Index Str r NameLoad None CompareNotIn SubscriptLoad NameLoad part Index Str r SubscriptLoad NameLoad new Index Num 1 body Assign SubscriptStore NameLoad part Index Str r NameLoad None Return Dict Str zones Str rules SubscriptLoad NameLoad new Index Num 0 SubscriptLoad NameLoad new Index Num 1 decorator_list If CompareEq NameLoad __name__ Str __main__ body With Call NameLoad open SubscriptLoad AttributeLoad NameLoad sys attr argv Index Num 1 NameStore f body Assign NameStore full Call AttributeLoad NameLoad json attr load NameLoad f Assign NameStore pruned Call NameLoad minimize NameLoad full Num 2013 Print Call AttributeLoad NameLoad json attr dumps NameLoad pruned 
