Table of Contents Previous Next
Logo
Slice Metadata Directives : B.7 Metadata Directives for Python
Copyright © 2003-2010 ZeroC, Inc.

B.7 Metadata Directives for Python

python:package

This global directive instructs the code generator to place the generated code into a specified Python package. (See Section 22.16.5.)

python:seq:default
python:seq:list
python:seq:tuple

These directives allow you change the mapping for Slice sequences. (See Section 22.7.3.)

Table of Contents Previous Next
Logo