| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ namespace Python.EmbeddingTest | |||
| 7 | 7 | // As the SetUpFixture, the OneTimeTearDown of this class is executed after | |
| 8 | 8 | // all tests have run. | |
| 9 | 9 | [SetUpFixture] | |
| 10 | - public class GlobalTestsSetup | ||
| 10 | + public partial class GlobalTestsSetup | ||
| 11 | 11 | { | |
| 12 | 12 | [OneTimeTearDown] | |
| 13 | 13 | public void FinalCleanup() | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | 10 | using Python.Runtime; | |
| 11 | 11 | ||
| 12 | - namespace Python.EmbeddingPythonTest | ||
| 12 | + namespace Python.EmbeddingTest | ||
| 13 | 13 | { | |
| 14 | 14 | public class TestNativeTypeOffset | |
| 15 | 15 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,11 +67,8 @@ public PyString(string s) : base(FromString(s)) | |||
| 67 | 67 | ||
| 68 | 68 | ||
| 69 | 69 | /// <summary> | |
| 70 | - /// IsStringType Method | ||
| 71 | - /// </summary> | ||
| 72 | - /// <remarks> | ||
| 73 | 70 | /// Returns true if the given object is a Python string. | |
| 74 | - /// </remarks> | ||
| 71 | + /// </summary> | ||
| 75 | 72 | public static bool IsStringType(PyObject value) | |
| 76 | 73 | { | |
| 77 | 74 | return Runtime.PyString_Check(value.obj); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments