django-moo
Introduction
Introduction
Tutorials
Getting Started as a Player
Building Your First Room
Your First MOO Verb
Writing Tests for Your Verbs
Building a Persistent World from Scratch
How-to Guides
Creating MOO Verbs
Advanced Verb Patterns
How Permissions Work in Verbs
Bootstrap Recipes
Run Multiple Universes on One Server
NPCs and Daemons
Development
Connection Control Verbs
Accessibility and MUD Client Compatibility
SSH Key Management
Reference
The DjangoMOO Runtime
Objects in the DjangoMOO Database
Properties on Objects
Verbs on Objects
Command Parser Reference
Permissions Reference
Verb Sandbox Security Reference
Caching
Celery Tasks
SDK Functions
Bootstrapping Reference
Explanation
Architecture
How Command Parsing Works
Why the Verb Sandbox Exists
Inside the Shell Client
API Reference
API
moo
moo.get_version
moo.asgi
moo.bootstrap
moo.celery
moo.celeryconfig
moo.conftest
moo.core
moo.core.admin
moo.core.apps
moo.core.code
moo.core.exceptions
moo.core.forms
moo.core.management
moo.core.managers
moo.core.migrations
moo.core.models
moo.core.moojson
moo.core.parse
moo.core.tasks
moo.core.tests
moo.core.utils
moo.logging
moo.sdk
moo.settings
moo.shell
moo.storage
moo.urls
moo.wsgi
moo.bootstrap
moo.core
moo.core.admin
moo.core.apps
moo.core.code
moo.core.code.compile_verb_code
moo.core.code.do_eval
moo.core.code.get_default_globals
moo.core.code.get_restricted_environment
moo.core.code.interpret
moo.core.code.r_eval
moo.core.code.r_exec
moo.core.code.ContextManager
moo.core.code.TaskTime
moo.core.exceptions
moo.core.forms
moo.core.management
moo.core.managers
moo.core.migrations
moo.core.models
moo.core.moojson
moo.core.parse
moo.core.tasks
moo.core.tests
moo.core.utils
moo.shell
django-moo
API
moo
moo.core
moo.core.code
moo.core.code.r_eval
View page source
moo.core.code.r_eval
moo.core.code.
r_eval
(
src
,
locals
,
globals
,
*
args
,
filename
=
'<string>'
,
**
kwargs
)