test_method_delete() — anthropic-sdk-python Function Reference
Architecture documentation for the test_method_delete() function in test_skills.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD b1b53a3e_de31_2d9b_7e85_cc4635f4c490["test_method_delete()"] f81b4e0f_049d_157c_a821_97a8e45f0509["TestSkills"] b1b53a3e_de31_2d9b_7e85_cc4635f4c490 -->|defined in| f81b4e0f_049d_157c_a821_97a8e45f0509 ae1fff88_7894_972a_83d3_4e4b7c0d8f5c["test_method_delete()"] ae1fff88_7894_972a_83d3_4e4b7c0d8f5c -->|calls| b1b53a3e_de31_2d9b_7e85_cc4635f4c490 ae1fff88_7894_972a_83d3_4e4b7c0d8f5c["test_method_delete()"] b1b53a3e_de31_2d9b_7e85_cc4635f4c490 -->|calls| ae1fff88_7894_972a_83d3_4e4b7c0d8f5c 08e9c9e7_d7f9_615f_5837_b3de69122e37["assert_matches_type()"] b1b53a3e_de31_2d9b_7e85_cc4635f4c490 -->|calls| 08e9c9e7_d7f9_615f_5837_b3de69122e37 style b1b53a3e_de31_2d9b_7e85_cc4635f4c490 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/api_resources/beta/test_skills.py lines 146–150
def test_method_delete(self, client: Anthropic) -> None:
skill = client.beta.skills.delete(
skill_id="skill_id",
)
assert_matches_type(SkillDeleteResponse, skill, path=["response"])
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does test_method_delete() do?
test_method_delete() is a function in the anthropic-sdk-python codebase, defined in tests/api_resources/beta/test_skills.py.
Where is test_method_delete() defined?
test_method_delete() is defined in tests/api_resources/beta/test_skills.py at line 146.
What does test_method_delete() call?
test_method_delete() calls 2 function(s): assert_matches_type, test_method_delete.
What calls test_method_delete()?
test_method_delete() is called by 1 function(s): test_method_delete.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free