mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Fix up the documentation and leave a note about cast accepting short type names.
This commit is contained in:
@@ -110,8 +110,10 @@ class Bytes(PrimitiveObject, bytes):
|
||||
class String(PrimitiveObject, str):
|
||||
"""Primitive Object that handles string values
|
||||
|
||||
length: specifies the maximum possible length that the string could hold within memory
|
||||
(note: for multibyte characters, this will not be the maximum length of the string)
|
||||
:param max_length: specifies the maximum possible length that the string could hold within memory
|
||||
(for multibyte characters, this will not be the maximum length of the string)
|
||||
:type max_length: int
|
||||
|
||||
"""
|
||||
_struct_type = str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user