X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=ced46ddeb0f4fde4ca6f9be75120e9d1d421e1c2;hp=6da6e92706e2186339505e65c7743bc64f14ce89;hb=287f77ca2cf0b62db54e199ca1b5c16c93c3624e;hpb=1ba2c7be604cfe7fdf4d91c94a201ee206849eec diff --git a/pyderasn.py b/pyderasn.py index 6da6e92..ced46dd 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -428,7 +428,7 @@ defines_by_path context option ______________________________ Sometimes you either can not or do not want to explicitly set *defines* -in the scheme. You can dynamically apply those definitions when calling +in the schema. You can dynamically apply those definitions when calling ``.decode()`` method. Specify ``defines_by_path`` key in the :ref:`decode context `. Its @@ -1228,7 +1228,7 @@ class Obj(object): :param ctx: optional :ref:`context ` governing decoding process :param tag_only: decode only the tag, without length and contents (used only in Choice and Set structures, trying to - determine if tag satisfies the scheme) + determine if tag satisfies the schema) :param _ctx_immutable: do we need to ``copy.copy()`` ``ctx`` before using it? :returns: (Obj, remaining data)