drgn/tests
Omar Sandoval 971a2d3687 libdrgn/python: make Objects fully immutable
The model has always been that drgn Objects are immutable, but for some
reason I went through the trouble of allowing __init__() to reinitialize
an already initialized Object. Instead, let's fully initialize the
Object in __new__() and get rid of __init__().
2020-05-18 00:07:49 -07:00
..
helpers Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
__init__.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
dwarf.py Add DW_LANG to generated dwarf.py 2020-02-26 19:55:42 -08:00
dwarfwriter.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
elf.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
elfwriter.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
libdrgn.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_docs.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_dwarf.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_language_c.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_lexer.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_object.py libdrgn/python: make Objects fully immutable 2020-05-18 00:07:49 -07:00
test_path.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_platform.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_program.py tests: run black on stray change 2020-05-15 15:19:11 -07:00
test_python.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_serialize.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_type.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_util.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00